home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDUCATE / TUTORII.ARJ / RMDIR.DAT < prev    next >
Text File  |  1991-11-29  |  390b  |  16 lines

  1. Explanation of the RMDIR (rd) command. 
  2. It is INTERNAL.
  3.  
  4. This command will remove a specified, 
  5. previously created directory.
  6. CAUTION: This will only work if the 
  7.          directory is completely 
  8.          empty, even the hidden files.
  9.  
  10. Example: 
  11.        To remove the games directory on 
  12.        drive C type:
  13.           rmdir c:\games
  14.                or
  15.           rd c:\games
  16.